home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December (DVD) / PCWorld_2007-12_DVD.iso / v cisle / index / idsuite_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-10-13  |  4.5 KB  |  70 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=Index.dat Suite
  4. AppVerName=Index.dat Suite v2.10.0
  5. AppId={{B8971880-0060-11D8-87CB-C2A1A3E71907}
  6. AppVersion=2.10.0
  7. AppPublisher=Ur I.T. Mate Group
  8. AppPublisherURL=http://www.it-mate.co.uk/
  9. AppSupportURL=http://support.it-mate.co.uk/
  10. AppUpdatesURL=http://support.it-mate.co.uk/?mode=Products&act=DL&p=index.datsuite
  11. DefaultDirName={pf}\Index.dat Suite
  12. DefaultGroupName=Index.dat Suite
  13. UninstallDisplayIcon={app}\IDSuite.exe
  14. UninstallDisplayName=Index.dat Suite
  15. OutputBaseFilename=idsuite_setup
  16. Compression=zip
  17. AllowNoIcons=yes
  18. LicenseFile=embedded\License.txt
  19. InfoBeforeFile=embedded\InfoBefore.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{sys}\STDOLE2.tlb"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,5.01.2600; Flags: uninsneveruninstall restartreplace regtypelib sharedfile onlyifdoesntexist 
  24. Source: "{sys}\ASYCFILT.DLL"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,5.01.2600; Flags: uninsneveruninstall restartreplace sharedfile onlyifdoesntexist 
  25. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,5.01.2600; Flags: uninsneveruninstall restartreplace regserver sharedfile onlyifdoesntexist 
  26. Source: "{sys}\OLEAUT32.DLL"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,5.01.2600; Flags: uninsneveruninstall restartreplace regserver sharedfile onlyifdoesntexist 
  27. Source: "{sys}\Msvbvm60.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,5.01.2600; Flags: uninsneveruninstall restartreplace regserver sharedfile onlyifdoesntexist 
  28. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: promptifolder 
  29. Source: "{app}\richtx32.ocx"; DestDir: "{app}"; Flags: regserver sharedfile promptifolder 
  30. Source: "{app}\MSCOMCTL.OCX"; DestDir: "{app}"; Flags: regserver sharedfile promptifolder 
  31. Source: "{app}\IDSuite.exe"; DestDir: "{app}"; Flags: promptifolder 
  32. Source: "{app}\comdlg32.ocx"; DestDir: "{app}"; Flags: regserver sharedfile promptifolder 
  33. Source: "{app}\EULA.txt"; DestDir: "{app}"; 
  34. Source: "{app}\help.chm"; DestDir: "{app}"; 
  35. Source: "{app}\Update.exe"; DestDir: "{app}"; 
  36. Source: "{app}\icoIDS_Auto.ico"; DestDir: "{app}"; 
  37. [INI]
  38. FileName: "{app}\Index.dat Suite Homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://support.it-mate.co.uk/?mode=Products&p=index.datsuite"; 
  39. [Run]
  40. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  41. Filename: "{app}\IDSuite.exe"; WorkingDir: "{app}"; StatusMsg: "Run Index.dat Suite"; Flags: postinstall unchecked nowait
  42. Filename: "{app}\help.chm"; WorkingDir: "{app}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  43. [Icons]
  44. Name: "{group}\Read Me"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; IconFilename: "{app}\readme.txt"; 
  45. Name: "{group}\Index.dat Suite"; Filename: "{app}\IDSuite.exe"; WorkingDir: "{app}"; 
  46. Name: "{commondesktop}\Index.dat Suite"; Filename: "{app}\IDSuite.exe"; WorkingDir: "{app}"; IconFilename: "{app}\IDSuite.exe"; Comment: "Index.dat Suite"; Tasks: IDSIcon; 
  47. Name: "{group}\Uninstall Index.dat Suite"; Filename: "{uninstallexe}"; 
  48. Name: "{group}\Help"; Filename: "{app}\help.chm"; WorkingDir: "{app}"; IconFilename: "{app}\help.chm"; Comment: "Index.dat Suite Help Files"; 
  49. Name: "{group}\Index.dat Suite (Automatic)"; Filename: "{app}\IDSuite.exe"; Parameters: "/auto"; WorkingDir: "{app}"; IconFilename: "{app}\icoIDS_Auto.ico"; Comment: "Autoscan and generate batch file"; 
  50. Name: "{commondesktop}\Index.dat Suite (Automatic)"; Filename: "{app}\IDSuite.exe"; Parameters: "/auto"; WorkingDir: "{app}"; IconFilename: "{app}\icoIDS_Auto.ico"; Comment: "Run Index.dat Suite in ""Automation"" mode"; Tasks: IDSAIcon; 
  51. [Tasks]
  52. Name: "IDSIcon"; Description: "Desktop Icon"; GroupDescription: "Additional Icons"; 
  53. Name: "IDSAIcon"; Description: "Desktop Icon (Automatic)"; GroupDescription: "Additional Icons"; 
  54. [UninstallDelete]
  55. Type: filesandordirs; Name: "{app}"; 
  56. [CustomMessages]
  57. default.NameAndVersion=%1 version %2
  58. default.AdditionalIcons=Additional icons:
  59. default.CreateDesktopIcon=Create a &desktop icon
  60. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  61. default.ProgramOnTheWeb=%1 on the Web
  62. default.UninstallProgram=Uninstall %1
  63. default.LaunchProgram=Launch %1
  64. default.AssocFileExtension=&Associate %1 with the %2 file extension
  65. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  66. [Languages]
  67. ; These files are stubs
  68. ; To achieve better results after recompilation, use the real language files
  69. Name: "default"; MessagesFile: "embedded\default.isl"; 
  70.